projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1ef422
)
Remove unnecessary introspection annotation
author
Emmanuele Bassi
<ebassi@gnome.org>
Thu, 21 Dec 2017 18:46:08 +0000
(18:46 +0000)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Thu, 21 Dec 2017 18:46:08 +0000
(18:46 +0000)
Transfer annotations do not apply to integral types.
gdk/x11/gdkdisplay-x11.c
patch
|
blob
|
history
diff --git
a/gdk/x11/gdkdisplay-x11.c
b/gdk/x11/gdkdisplay-x11.c
index 976b0a556869862065657e7fa6303e28f599fe39..5b1b8848807bf3744711b816d98c8e091ae354d2 100644
(file)
--- a/
gdk/x11/gdkdisplay-x11.c
+++ b/
gdk/x11/gdkdisplay-x11.c
@@
-2142,7
+2142,7
@@
gdk_x11_display_get_xscreen (GdkDisplay *display)
*
* Returns the root X window used by #GdkDisplay.
*
- * Returns:
(transfer none):
an X Window
+ * Returns: an X Window
*
* Since: 3.94
*/